Merge branch 'master' of git.xfoto.com.cn:Kodo/kodosale

huangqimin лет %!s(int64=5): %!d(string=назад)
Родитель
Сommit
90e3222b96
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      kodosale/settings.py

+ 1 - 0
kodosale/settings.py

@@ -164,6 +164,7 @@ USE_TZ = True
164 164
 # https://docs.djangoproject.com/en/1.11/howto/static-files/
165 165
 
166 166
 STATICFILES_DIRS = (
167
+    os.path.join(BASE_DIR, "simditor", "static"),
167 168
     os.path.join(PROJ_DIR, 'static').replace('\\', '/'),
168 169
 )
169 170